Home / comp / gb / string[] / insert 
String[].Insert (gb)
Syntax
FUNCTION Insert ( Array AS String[] [ , Pos AS Integer ] ) AS String[]
Insert an array into the current one at the position specified by Pos.

By default, the array is inserted at the end.